func runtime.castogscanstatus

3 uses

	runtime (current package)
		preempt.go#L167: 			if !castogscanstatus(gp, s, s|_Gscan) {
		preempt.go#L200: 			if !castogscanstatus(gp, _Grunning, _Gscanrunning) {
		proc.go#L1145: func castogscanstatus(gp *g, oldval, newval uint32) bool {